runtime.traceAlloc.alloc (method)

2 uses

	runtime (current package)
		trace.go#L1269: 	return (*traceStack)(tab.mem.alloc(unsafe.Sizeof(traceStack{}) + uintptr(n)*goarch.PtrSize))
		trace.go#L1449: func (a *traceAlloc) alloc(n uintptr) unsafe.Pointer {